        body {
            background-color: rgb(20, 40, 60);
            color: rgb(240, 248, 255);
            font-family: "Helvetica", "Arial", sans-serif;
            font-size: 1.3em;
        }

        h1 {
            color: rgb(255, 192, 55);
        }

        h2 {
            color: rgb(255, 128, 55);
        }

        p.text {
            position: relative;
            left: 200px;
        }
    
        a {
            color: rgb(255, 200, 200);
        }
